func runtime.nanotime

58 uses

	runtime (current package)
		cpuprof.go#L88: 		cpuprof.log.write(nil, nanotime(), hdr[:], nil)
		cpuprof.go#L122: 		cpuprof.log.write(tagPtr, nanotime(), hdr[:], stk)
		debuglog.go#L56: 	tick, nano := uint64(cputicks()), uint64(nanotime())
		lock_futex.go#L196: 	deadline := nanotime() + ns
		lock_futex.go#L210: 		now := nanotime()
		mgc.go#L291: 	now := nanotime()
		mgc.go#L681: 	now := nanotime()
		mgc.go#L871: 	now := nanotime()
		mgc.go#L948: 	startTime := nanotime()
		mgc.go#L1015: 	now := nanotime()
		mgc.go#L1342: 		startTime := nanotime()
		mgc.go#L1393: 		now := nanotime()
		mgcmark.go#L553: 	startTime := nanotime()
		mgcmark.go#L597: 	now := nanotime()
		mgcpacer.go#L741: 		now = nanotime()
		mgcscavenge.go#L394: 			start := nanotime()
		mgcscavenge.go#L396: 			end := nanotime()
		mgcscavenge.go#L499: 		start := nanotime()
		mgcscavenge.go#L507: 		slept = nanotime() - start
		mheap.go#L1325: 		start := nanotime()
		mheap.go#L1336: 		now = nanotime()
		netpoll.go#L373: 		d += nanotime()
		preempt.go#L228: 				now := nanotime()
		preempt.go#L244: 			nextYield = nanotime() + yieldDelay
		preempt.go#L246: 		if nanotime() < nextYield {
		preempt.go#L250: 			nextYield = nanotime() + yieldDelay/2
		proc.go#L188: 	runtimeInitTime = nanotime()
		proc.go#L328: 		gcStart(gcTrigger{kind: gcTriggerTime, now: nanotime()})
		proc.go#L756: 	sched.lastpoll.Store(nanotime())
		proc.go#L1064: 			nextYield = nanotime() + yieldDelay
		proc.go#L1066: 		if nanotime() < nextYield {
		proc.go#L1072: 			nextYield = nanotime() + yieldDelay/2
		proc.go#L1097: 		now := nanotime()
		proc.go#L1110: 		now := nanotime()
		proc.go#L1121: 		now := nanotime()
		proc.go#L1126: 		now := nanotime()
		proc.go#L1383: 	now := nanotime()
		proc.go#L1476: 	startTime := nanotime()
		proc.go#L3180: 				now = nanotime()
		proc.go#L3193: 		now = nanotime()
		proc.go#L3674: 		now = nanotime()
		proc.go#L5196: 	now := nanotime()
		proc.go#L5551: 		now := nanotime()
		proc.go#L5589: 		now = nanotime()
		proc.go#L5799: 	now := nanotime()
		proc.go#L6103: 		now = nanotime()
		proc.go#L6130: 			now = nanotime()
		proc.go#L6726: 			start = nanotime()
		proc.go#L6744: 			end := nanotime()
		runtime.go#L33: 		t0 := nanotime()
		runtime.go#L36: 		t1 := nanotime()
		runtime2.go#L984: 		h := memhash(unsafe.Pointer(&r[n-w]), uintptr(nanotime()), uintptr(w))
		sema.go#L632: 	return nanotime()
		time.go#L191: 	t.nextwhen = nanotime() + ns
		time_nofake.go#L18: func nanotime() int64 {
		trace.go#L378: 	trace.startNanotime = nanotime()
		trace.go#L468: 		trace.endNanotime = nanotime()
		traceback.go#L1207: 		waitfor = (nanotime() - gp.waitsince) / 60e9